EXTEND: Now customize your program! Be sure to meet these minimum technical requirements:
- Create a function above main() called make_milkshake(). Use to design a milkshake!
- Locate the first choice·=·sprite.ask("...")¬ in main() and edit it to offer milkshakes as an option.
- From , add elif above the else in main() that checks if choice == "milkshake".
- Finally, call make_milkshake() inside the elif. Now try ordering a milkshake!
To navigate the page using the TAB key, first press ESC to exit the code editor.